projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
345d45b
)
(Fcall_process_region): Define missing local `count'.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 10 Dec 1996 23:27:58 +0000
(23:27 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 10 Dec 1996 23:27:58 +0000
(23:27 +0000)
src/callproc.c
patch
|
blob
|
history
diff --git
a/src/callproc.c
b/src/callproc.c
index c76c1fd2bcbed4109269b1bf55a0c1a146fa5c9c..5d743d30696bca0c85a604b90cc153d564eaaff6 100644
(file)
--- a/
src/callproc.c
+++ b/
src/callproc.c
@@
-633,6
+633,7
@@
If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.")
struct gcpro gcpro1;
Lisp_Object filename_string;
register Lisp_Object start, end;
+ int count = specpdl_ptr - specpdl;
#ifdef DOS_NT
char *tempfile;
char *outf = '\0';